home *** CD-ROM | disk | FTP | other *** search
/ 64'er Special 40 / 64er_Magazin_Sonderheft_40_19xx_Markt__Technik_de.d64 / prof. cursor (.txt) < prev    next >
Commodore BASIC  |  2022-10-26  |  163b  |  10 lines

  1. 10 bl$="[175][157]"
  2. 20 print"[147]"
  3. 30 print"bitte geben sie text ein:"
  4. 40 printbl$;
  5. 50 getx$:ifx$=""then50
  6. 60 ifx$=chr$(13)then80
  7. 70 printx$;:te$=te$+x$:goto40
  8. 80 print:print:print"sie gaben ein:"
  9. 90 printte$
  10.